I would like to install the latest version of Pidgin (2.5.5) which is not available in the repository. The reason I want to do this is because the repository version is 5 months and 3 versions out of date (2.5.2) (even after the update the other day).
Do I need to uninstall the current repository version before I install the new version I got from the Pidgin website? From what I can tell, the answer is no.
I downloaded the source as there was no Ubuntu version. Opened the install readme and it says I need to configure, make, then install. Sounds simple enough and I start following the instructions.
Getting it to actually compile and install though is impossible. I have tried all the commands stated in the install readme (and none of them exist, let alone give errors.
I have downloaded autoconf and tried that but that just spouts errors. I am in the directory with pidgin-2.5.5.tar.bz2 in it.
Code:
:~/Compile$ autoconf pidgin-2.5.5.tar.bz2
/usr/bin/m4:pidgin-2.5.5.tar.bz2:29757: ERROR: end of file in string
autom4te: /usr/bin/m4 failed with exit status: 1
Why can't people just make simple .deb files?